home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / Hyperspeak.cpt / Hyperspeak / HyperSpeak / background_2191.txt < prev    next >
Text File  |  1987-09-06  |  1KB  |  53 lines

  1. -- background: 2191 from stack: in
  2. -- bmap block id: 2817
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 14 (field)
  9. -- low flags: 01
  10. -- high flags: 0002
  11. -- rect: left=21 top=66 right=227 bottom=492
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 15 (field)
  23. -- low flags: 00
  24. -- high flags: 4001
  25. -- rect: left=54 top=255 right=275 bottom=351
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: to be said
  34.  
  35.  
  36. -- part 16 (button)
  37. -- low flags: 00
  38. -- high flags: 8003
  39. -- rect: left=377 top=251 right=274 bottom=453
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Say It
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   do "speak " & quote & field "to be said" & quote
  51. end mouseUp
  52.  
  53.